Package-level declarations

Types

Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class Path(val path: String)
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class Request(val description: String = "")
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class Response(val description: String = "", val statusCode: Int = 200)